home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / toollib / linklib / deselect.asm < prev    next >
Assembly Source File  |  1995-12-30  |  170b  |  12 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _DeSelectGadget
  5. _DeSelectGadget:
  6.     movem.l    a6/a2,-(sp)
  7.     move.l    _ToolBase,a6
  8.     movem.l    12(sp),a0/a1/a2
  9.     jsr    -108(a6)
  10.     movem.l    (sp)+,a6/a2
  11.     rts
  12.